/* @media only screen and (min-width: 1920px) {
  .ec_header {
    height: 60vh;
  }
  .header__content__left__mainHeading_ecCouncil {
    font-size: 2.2rem;
  }
  .header__content__subHeading_ecCouncil {
    font-size: 1.6rem;
  }
  .header__content__quote_ecCouncil {
    font-size: 2.2rem;
  }
  .ceh_new_second_sect_left,
  .ceh_new_second_sect_right {
    height: 400px;
  }
  .ceh_new_second_sect_left h4,
  .ceh_new_second_sect_right h4 {
    font-size: 1.5rem;
    letter-spacing: 2px;
  }
  .ceh_new_second_sect_left_holder,
  .ceh_new_second_sect_right_content_box,
  .ceh_new_second_sect_right_content_box_cover {
    height: 250px;
  }
  .ceh_new_second_sect_left_holder img {
    height: 80px;
    width: 80px;
  }
  .ceh_new_second_sect_left_holder p {
    font-size: 1.5rem;
  }
  .ceh_new_second_sect_right_content_box_items p:first-child {
    font-size: 3.6rem;
  }
  .ceh_new_second_sect_right_content_box_items p:last-child {
    font-size: 2rem;
  }
  .ceh_card{
    height: 400px;
    width: 70%;
  }
  .ceh_card_image{
    height: 210px;
    width: 210px;
  }
  .ceh_card_content_holder h3{
    font-size: 2.5rem;
  }
  .ceh_card_content_holder p{
    font-size: 1.8rem;
  }
  .ceh_card_contact_btn, .ceh_card_download_btn{
    font-size: 1.3rem;
    letter-spacing: 2px;
    width: 90%;
  }
} */

@media only screen and (max-width: 1180px) {
  .header__image {
    height: 23rem;
    width: 33rem;
    margin-right: var(--margin-lg);
    margin-top: var(--margin-lg);
  }
  .header__content__left__mainHeading {
    font-weight: 700;
    font-size: 35px;
    line-height: var(--line-height-xl);
  }
  #typewriter {
    font-size: var(--font-lg);
  }
  .header__content__left__subHeading {
    font-size: var(--font-sm);
    margin-top: var(--margin-xs);
    padding: 0;
  }
  header {
    padding: var(--padding-sm);
    height: 60%;
  }
  .header__button {
    margin-top: var(--margin-xxxxxl);
  }
  #button-header {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    top: -50px;
  }
}
@media only screen and (max-width: 998px) {
  .header__image {
    height: 25rem;
    width: 25rem;
    margin-right: var(--margin-lg);
    margin-top: var(--margin-lg);
  }
  .header__content__left__subHeading {
    font-size: 15px;
    margin-top: var(--margin-xs);
    padding: 0;
  }
  #button-header {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    top: -130px;
  }
}
@media only screen and (max-width: 768px) {
  .header__image {
    height: 28rem;
    width: 22rem;
    margin-right: var(--margin-lg);
    margin-top: 5px;
  }
  .header__content__left__mainHeading {
    font-weight: 700;
    font-size: 28px;
    line-height: var(--line-height-lg);
  }
  #typewriter {
    font-size: 28px;
  }
  .header__content__left__subHeading {
    font-size: 15px;
    margin-top: 0px;
    padding: 0;
  }
  #button-header {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    top: -120px;
  }
  header {
    padding: var(--padding-sm);
    height: 58vh;
  }
  .header__button {
    margin-top: var(--margin-xxxxxl);
  }
  .left__hr {
    margin-bottom: var(--margin-lg);
  }
}
@media only screen and (max-width: 754px) {
  .header__content__left__subHeading {
    font-size: 12px;
    margin-top: 0px;
    padding: 0;
  }
  .header__image {
    height: 20rem;
    width: 20rem;
    margin-right: var(--margin-lg);
    margin-top: 9px;
  }
  .header__content__left__subHeading {
    font-size: 12px;
    margin-top: 0px;
    padding: 0;
  }
  .header__button {
    display: inline-flex;
    height: var(--height-md);
    width: 150px;
    border: 2px solid var(--primary--element);
    margin-top: var(--margin-xxxl);
    color: #bfc0c0;
    text-decoration: none;
    font-size: 13px;
    letter-spacing: 1px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 5px;
  }
  #button-header {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    top: -60px;
    padding: 0;
  }
  header {
    padding: var(--padding-sm);
    height: 63vh;
  }
  .left__hr {
    margin-bottom: -30px;
    margin-top: var(--margin-lg);
  }
}
@media only screen and (max-width: 650px) {
  .header__image {
    height: 15rem;
    width: 15rem;
    margin-right: var(--margin-lg);
    margin-top: 9px;
  }
  .mt-5,
  .my-5 {
    margin-top: 0rem !important;
  }
  .left__hr {
    margin-bottom: var(--margin-md);
    margin-top: var(--margin-lg);
  }
  .header__overlay a {
    /* padding: 8px; */
    padding: 6px 20px;
    text-decoration: none;
    font-size: 1.1rem;
    /* color: #818181; */
    color: #c5c6c7;
    display: block;
    transition: 0.3s;
    line-height: 1.5rem;
    font-family: "roboto", sans-serif;
    font-weight: 700;
  }
  .header__overlay .header__overlay__closebtn {
    position: absolute;
    top: 3px;
    right: 45px;
    font-size: 2.5rem;
  }
  .header__overlay__content .dropdown-toggle {
    /* padding: 8px; */
    padding: 6px 20px;
    text-decoration: none;
    font-size: 1.1rem;
    color: #c5c5c5;
    display: block;
    transition: 0.3s;
    line-height: 2rem;
    font-family: "roboto", sans-serif;
    font-weight: 700;
    cursor: pointer;
  }
  .dropdown-menu {
    background: #131924;
    background: -webkit-linear-gradient(to right, #090d11, #141e30);
    background: linear-gradient(to right, #090d11, #141e30);
    cursor: pointer;
    position: absolute;

    font-size: 0.9rem;
  }
  .dropdown-menu .dropdown-item {
    font-size: 0.9rem;
    padding: 2px;
    font-family: "roboto", sans-serif;
    font-weight: 700;
    cursor: pointer;
  }
  .mobile-logo {
    margin-left: 1rem;
  }
}
@media only screen and (max-width: 564px) {
  .header__label {
    margin-left: -6%;
  }
  .header__content__rightsection {
    display: none;
  }
  .header__content__left__mainHeading {
    font-weight: 500;
    font-size: 40px;
    line-height: 49px;
    width: 300px;
  }
  #typewriter {
    font-size: 35px;
  }
  .header__content__left__subHeading {
    font-size: 20px;
    margin-top: 10px;
    padding: 0;
    width: 300px;
    font-weight: 600;
  }
  header {
    padding: var(--padding-sm);
    height: 90vh;
  }
  #button-header {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    top: 50px;
  }
  .header__button {
    display: inline-flex;
    height: var(--height-lg);
    width: 200px;
    border: 2px solid var(--primary--element);
    color: #bfc0c0;
    text-decoration: none;
    font-size: 15px;
    letter-spacing: 1px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 5px;
  }
  .left__hr {
    margin-bottom: var(--margin-md);
    margin-top: var(--margin-lg);
  }
  .mobile-logo {
    margin-left: 1rem;
  }
}
@media only screen and (max-width: 360px) {
  .mobile-logo {
    margin-left: 1rem;
  }
  .header__label {
    margin-left: -6%;
  }
  .header__content__rightsection {
    display: none;
  }
  .header__content__left__mainHeading {
    font-weight: 500;
    font-size: 25px;
    line-height: 36px;
    width: 300px;
  }
  #typewriter {
    font-size: 20px;
  }
  .header__content__left__subHeading {
    font-size: 15px;
    margin-top: 10px;
    padding: 0;
    width: 300px;
    font-weight: 600;
  }
  header {
    padding: var(--padding-sm);
    height: 70vh;
  }
  #button-header {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    top: -140px;
  }
  .header__button {
    margin-top: var(--margin-xxxxxxl);
  }
  .left__hr {
    margin-bottom: var(--margin-md);
    margin-top: var(--margin-xl);
  }
}
@media only screen and (max-width: 320px) {
  .header__label {
    margin-left: -6%;
  }
  .header__content__rightsection {
    display: none;
  }
  .header__content__left__mainHeading {
    font-weight: 500;
    font-size: 25px;
    line-height: 36px;
    width: 300px;
  }
  #typewriter {
    font-size: 20px;
  }
  .header__content__left__subHeading {
    font-size: 15px;
    margin-top: 10px;
    padding: 0;
    width: 50vh;
    font-weight: 600;
  }
  header {
    padding: var(--padding-sm);
    height: 90vh;
  }
  #button-header {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    top: -150px;
  }
  .header__button {
    margin-top: var(--margin-xxxxxxl);
  }
  .left__hr {
    margin-bottom: var(--margin-xl);
    margin-top: var(--margin-xl);
  }
}
